Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Abstract Window Toolkit Control Functions /


JMDisposeAWTContext

Removes an AWT context.

OSStatus JMDisposeAWTContext (JMAWTContextRef context);
context
The AWT context you want to remove.
function result
A result code; see "JManager Result Codes".
DISCUSSION
A successful call to the JMDisposeAWTContext function also removes any frames associated with the AWT context.

SEE ALSO
"Creating an AWT Context".

The JMNewAWTContext function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997